home *** CD-ROM | disk | FTP | other *** search
/ USA Bestseller / USA BESTSELLER Vol 1-95 (Hepp-Computer)(1995).iso / e204 / history.doc < prev    next >
Text File  |  1994-08-16  |  3KB  |  79 lines

  1. UCALC v2.4
  2. ==========
  3.  
  4.     Features added
  5.     --------------
  6.     o Graphic plotting:
  7.            - Fast plotting
  8.            - CGA, EGA, Hercules, and VGA modes
  9.            - Cartesian, Polar, and Parametric graphs
  10.            - LINE, FILL, and RECTangle commands
  11.            - Data from another file can be plotted
  12.            - Support for up to 16 supper-imposed multi-color user graphs
  13.            - Smart crosshair (moves gradually faster as you hold arrow keys)
  14.            - Adjustable screen coordinate system
  15.            - Adjustable precision for graphs
  16.     o Ucalc now supports the factorial symbol (!).
  17.     o There are other nice features that would have been added in this
  18.       version but I need to hear the suggestions from you.  Talk to me.
  19.       Anyone out there using UCALC? :).  Your financial support
  20.       (registration) will also be greatly appreciated.
  21.  
  22.     Changes
  23.     -------
  24.     o The syntax for several commands is more flexible.  For instance
  25.       LOAD"MYFILE.DEF", LOAD MYFILE.DEF, LOAD(MYFILE.DEF), are equivalent.
  26.       Also, the ".." used in SOLVE, SUM, etc.. can be replaced by " to ".
  27.       For instance SUM(x,1 to 10) is the same as SUM(x,1..10).
  28.     o The variable PI, and the functions SEC (secant), CSC (cosecant),
  29.       and COT (cotangent) are now built in.
  30.     o The function definition space has been greatly increased, so that
  31.       many more user functions can be defined.  Each expression however
  32.       can use a maximum of 33 operators.
  33.     o Due to support for the factorial notation with the "!" symbol,
  34.       the "!=" symbol for "not equal" is no longer supported.  "<>"
  35.       should be used instead.
  36.     o So that UCALC can start up a bit faster, UCALC.DEF has been removed.
  37.       Users can create their own UCALC.DEF file, or can modify, and rename
  38.       UCALC.DE back to UCALC.DEF.
  39.     o Several extra features are now reserved for those who register.
  40.  
  41.  
  42.     Bug fixes
  43.     ---------
  44.     o Functions with multiple parameters can be a part of user functions
  45.       without giving an error message.
  46.  
  47.     o UCALC /? no longer changes the screen color attribute.
  48.  
  49. UCALC v1.8
  50. ==========
  51.  
  52.     Features added
  53.     --------------
  54.     o Support for user functions with multiple parameters.
  55.     o Support for implicit multiplication.
  56.     o UCALC.DEF can contain any command.
  57.     o Variable 'last' contains the value of the previous expression
  58.     o Commands to change or remove the "ucalc> " and "Answer: " prompts
  59.     o PRINT, SHELL, LOAD, WRITE (save), CLOSE, EXIT (quick exit), 
  60.       LISTF (list user functions) commands.
  61.  
  62.     Changes
  63.     -------
  64.     o FIX controls number of decimal digits rather than total digits.
  65.     o DIG command added to do what FIX used to do.
  66.     o Due to support for implicit multiplication, users should now
  67.       avoid giving a function the same name as a variable.
  68.     o All the features previously reserved only for registered users
  69.       are now available in the shareware evaluation copy.
  70.       (This, unfortunately, seems to have been a bad decision, as
  71.        the registration rate has dropped considerably).
  72.  
  73.     Bug fixes
  74.     ---------
  75.     o F1 and CLS no longer change color screen attributes.
  76.     o Variables with embedded numeral digits no longer confuse the parser.
  77.     o UCALC.DEF in a different directory no longer causes a problem.
  78.  
  79.